File tree Expand file tree Collapse file tree
src/discord-cluster-manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55
66class Timeout (IntEnum ):
7- TEST = 60
8- BENCHMARK = 120
7+ TEST = 180
8+ BENCHMARK = 180
99 RANKED = 180
1010 COMPILE = 120
1111 SCRIPT = 120
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ class LeaderboardTask:
5757 description : str = ""
5858 libraries : list [str ] = dataclasses .field (default_factory = list )
5959 tests : list [TestCaseType ] = dataclasses .field (default_factory = list )
60- test_timeout : int = 30
60+ test_timeout : int = 180
6161 benchmarks : list [TestCaseType ] = dataclasses .field (default_factory = list )
62- benchmark_timeout : int = 60
63- ranked_timeout : int = 90
62+ benchmark_timeout : int = 180
63+ ranked_timeout : int = 180
6464 ranking_by : RankCriterion = RankCriterion .LAST
6565 templates : dict [str , str ] = dataclasses .field (default_factory = dict )
6666 seed : Optional [int ] = None
You can’t perform that action at this time.
0 commit comments