Increase timeout of web unit tests (#156894)

* Windows: some Firefox web tests are timing out randomly (#155760)

See if this is a fundamental issue or really Firefox is slower.

* mention issue
This commit is contained in:
Benjamin Pasero
2022-08-03 06:55:58 +02:00
committed by GitHub
parent 0c7d70ea4f
commit f86beb18e8

View File

@@ -33,7 +33,7 @@
mocha.setup({
ui: 'tdd',
timeout: 5000
timeout: 30000 // https://github.com/microsoft/vscode/issues/155760
});
</script>