Skip to content

Commit 1074d30

Browse files
committed
chore: centralize test timeout config
1 parent abcf96a commit 1074d30

23 files changed

+1488
-1836
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
11
export const RESOURCE_NAME_PREFIX = 'Idempotency';
2-
3-
export const ONE_MINUTE = 60 * 1_000;
4-
export const TEARDOWN_TIMEOUT = 5 * ONE_MINUTE;
5-
export const SETUP_TIMEOUT = 7 * ONE_MINUTE;
6-
export const TEST_CASE_TIMEOUT = 5 * ONE_MINUTE;

0 commit comments

Comments
 (0)