Skip to content

Commit a90f9a3

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[e2e] Increase timeout for Memory tests
Before moving the test to e2e non hosted the test had timeout of 100_000, I lowered it to 20_000 but it seems like the bots need more so bumping them a little bit before we investigate. Bug: none Change-Id: I94a35397a9a5b7de48f15bae87e6089759682c7a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6765762 Commit-Queue: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Nikolay Vitkov <nvitkov@chromium.org> Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
1 parent 4f38273 commit a90f9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_non_hosted/memory/memory_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('The Memory Panel', function() {
6666
// through it. On bots with less CPU power, these can fail because the
6767
// rendering takes a long time, so we allow a much larger timeout.
6868
if (this.timeout() !== 0) {
69-
this.timeout(20_000);
69+
this.timeout(30_000);
7070
}
7171

7272
setup({dockingMode: 'undocked'});

0 commit comments

Comments
 (0)