Revert "Increase timeout of web unit tests" (#157065)

Revert "Increase timeout of web unit tests (#156894)"

This reverts commit f86beb18e8.
This commit is contained in:
Benjamin Pasero 2022-08-04 11:52:56 +02:00 committed by GitHub
parent 12300dac0c
commit 0a7226e9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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