Skip to content

Commit de7b2a1

Browse files
Timeout increased
1 parent 83229d4 commit de7b2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export namespace Constants {
2-
export const testTimeouts = 40_000;
2+
export const testTimeouts = 60_000;
33
export const testProjectKey = 'AUTOTEST';
44
export const testProjectName = 'Jira.js project for automatic tests';
55
export const testGroupName = 'Automated tests group name';

0 commit comments

Comments
 (0)