Skip to content

Commit 548315f

Browse files
author
Mark Saroufim
authored
Increase RANKED timeout from 180 to 360 seconds
1 parent 68960a6 commit 548315f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libkernelbot/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Timeout(IntEnum):
77
TEST = 180
88
BENCHMARK = 180
9-
RANKED = 180
9+
RANKED = 360
1010
COMPILE = 120
1111

1212

0 commit comments

Comments
 (0)