[Perf infra] Adjust rebase timeout (#27845)

Adjust rebase timeout
This commit is contained in:
Mikhail
2025-02-28 03:52:55 +07:00
committed by GitHub
parent d9d34514d5
commit 188c046f5b
+1 -1
View File
@@ -128,7 +128,7 @@ class RunableConfiguration:
rebase_benchmark.pageset_repeat = 2 if online_rebase else 1
REBASE_TIMEOUT = 240 * rebase_benchmark.pageset_repeat
REBASE_TIMEOUT = 10 * 60 * rebase_benchmark.pageset_repeat
rebase_out_dir = os.path.join(self.out_dir, 'rebase_artifacts')
result = self.RunSingleTest(rebase_runner_config, rebase_benchmark,