Skip to content

Commit f86beb1

Browse files
authored
Increase timeout of web unit tests (microsoft#156894)
* Windows: some Firefox web tests are timing out randomly (microsoft#155760) See if this is a fundamental issue or really Firefox is slower. * mention issue
1 parent 0c7d70e commit f86beb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/browser/renderer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
mocha.setup({
3535
ui: 'tdd',
36-
timeout: 5000
36+
timeout: 30000 // https://github.com/microsoft/vscode/issues/155760
3737
});
3838
</script>
3939

0 commit comments

Comments
 (0)