mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 05:37:45 +00:00
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:
@@ -33,7 +33,7 @@
|
||||
|
||||
mocha.setup({
|
||||
ui: 'tdd',
|
||||
timeout: 5000
|
||||
timeout: 30000 // https://github.com/microsoft/vscode/issues/155760
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user