Skip to content

Commit 898f57c

Browse files
temporarily lower timeout for tests to try and get a run under 60 minutes
1 parent 1bf30ee commit 898f57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function getTimeout(size: TestSize): number {
4646
case "medium":
4747
return 2 * MINUTE;
4848
case "large":
49-
return 10 * MINUTE;
49+
return 3 * MINUTE;
5050
}
5151
}
5252

0 commit comments

Comments
 (0)