test(devtools): Fix intermittent DevTools API test timeout#177
test(devtools): Fix intermittent DevTools API test timeout#177Rob--W merged 6 commits intomozilla:masterfrom
Conversation
|
What makes you think that 1000ms fixes the issue (where 500ms did not)? The test waits for the devtools page to initialize. I would not be surprised if this takes more than a second on very slow machines (in rare cases). What about raising the timeout to, say, 3 seconds? It's still relatively low, but significantly more than 0.5 or 1 second. |
|
Your patch doesn't work because the webextension-polyfill/test/fixtures/tape-standalone.js Lines 12 to 18 in 949f08c To fix this, I think that you can use the |
e3f1fd9 to
36dfe0a
Compare
|
@ExE-Boss Have you already made some changes? The PR hasn't been updated yet. |
This fixes the intermittent timeout issue that caused a #171 test to fail.
External links: