Skip to content

Commit

Permalink
fix: increate wait times
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 9, 2024
1 parent d047b56 commit 0509131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/ci/app/ci/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TEST_ROUTES: Pick<TestConfig, "route" | "waitForSeconds">[] = [
{
// checks context.call (sucess and fail case)
route: "call/workflow",
waitForSeconds: 7
waitForSeconds: 9
},
{
// checks context.run with async and sync route methods
Expand All @@ -57,7 +57,7 @@ export const TEST_ROUTES: Pick<TestConfig, "route" | "waitForSeconds">[] = [
{
// checks failureFunction with retries: 1
route: "failureFunction-retry",
waitForSeconds: 10
waitForSeconds: 14
},
{
// checks failureUrl
Expand All @@ -66,6 +66,6 @@ export const TEST_ROUTES: Pick<TestConfig, "route" | "waitForSeconds">[] = [
},
{
route: "wait-for-event/workflow",
waitForSeconds: 12
waitForSeconds: 20
}
]

0 comments on commit 0509131

Please sign in to comment.