Skip to content

Commit 86b63bc

Browse files
committed
Bump smoketest time out
1 parent 8b865e4 commit 86b63bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dpc-load-testing/smoke-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export const options = {
2929
executor: 'per-vu-iterations',
3030
vus: 3, // This has to stay at three to ensure even distribution of organizations.
3131
iterations: 1,
32-
exec: "runSmokeTests"
33-
32+
exec: "runSmokeTests",
33+
maxDuration: '5m'
3434
}
3535
}
3636
};

0 commit comments

Comments
 (0)