Remove custom test timeout

This commit is contained in:
Jeremy Tuloup 2022-09-30 22:29:07 +02:00
parent ed2bae924a
commit b88195c976

View File

@ -2,7 +2,6 @@ import baseConfig from '@jupyterlab/galata/lib/playwright-config';
module.exports = {
...baseConfig,
timeout: 240000,
use: {
appPath: ''
},