Skip to content

Commit

Permalink
fix: increase test durations
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 18, 2024
1 parent c9c344b commit 6a6c038
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/ci/app/ci/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@ export const TEST_ROUTES: Pick<TestConfig, "route" | "waitForSeconds">[] = [
// TEST LARGE PAYLOAD CASES
{
route: "large-payload/call-result/workflow",
waitForSeconds: 5
waitForSeconds: 7
},
{
route: "large-payload/error",
waitForSeconds: 5
waitForSeconds: 7
},
{
route: "large-payload/initial",
waitForSeconds: 5
waitForSeconds: 7
},
{
route: "large-payload/step-result",
waitForSeconds: 2
waitForSeconds: 4
},
{
route: "large-payload/step-result-parallel",
waitForSeconds: 8
waitForSeconds: 10
},
]

0 comments on commit 6a6c038

Please sign in to comment.