Skip to content

Commit 205857e

Browse files
committed
Finetune test flakyness delayer
1 parent dfe2f8e commit 205857e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/devtools/DrawingTestPlayer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191

9292
// All events have already been replayed, finish the test.
9393
if (!recordEvent) {
94+
// Give some time for the last step to be processed and reduce flakyness.
9495
window.setTimeout(() => {
95-
// Give some time for the last step to be processed.
9696
this.onTestEnd_();
97-
}, 1000);
97+
}, 500);
9898
return;
9999
}
100100

0 commit comments

Comments
 (0)