Skip to content

Commit

Permalink
dummy commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Sep 13, 2024
1 parent 402e735 commit cb13a90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/trigger-e2e-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@ jobs:
console.log('Deploy job completed successfully');
}
// Wait for 30 seconds before polling again
if (!deployJobCompleted) {
await new Promise(resolve => setTimeout(resolve, 30000));
await new Promise(resolve => setTimeout(resolve, 10000));
}
}
Expand Down Expand Up @@ -152,7 +151,7 @@ jobs:
// Wait for 30 seconds before polling again
if (status === 'in_progress') {
await new Promise(resolve => setTimeout(resolve, 30000));
await new Promise(resolve => setTimeout(resolve, 10000));
}
}
Expand Down

0 comments on commit cb13a90

Please sign in to comment.