Commit 66f4825
authored
test(node-native): Increase worker block timeout (#18683)
I saw this test flake (doesn't happen a lot but still). I had a quick
look at the integration and one idea I had is that maybe sometimes the
worker thread blocks before the watchdog is ready and that the thread
therefore never gets detected. So here I just increase the timeout
before blocking to see if that helps (let me know if that doesn't make
any sense).
Closes #186881 parent 2270256 commit 66f4825
File tree
1 file changed
+1
-1
lines changed- dev-packages/node-integration-tests/suites/thread-blocked-native
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments