We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe2f8e commit 205857eCopy full SHA for 205857e
src/js/devtools/DrawingTestPlayer.js
@@ -91,10 +91,10 @@
91
92
// All events have already been replayed, finish the test.
93
if (!recordEvent) {
94
+ // Give some time for the last step to be processed and reduce flakyness.
95
window.setTimeout(() => {
- // Give some time for the last step to be processed.
96
this.onTestEnd_();
97
- }, 1000);
+ }, 500);
98
return;
99
}
100
0 commit comments