tests - easy on the timeout

//cc @mjbvz
This commit is contained in:
Benjamin Pasero 2021-04-06 11:04:14 +02:00
parent 8de3791477
commit 82c180bf34
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -11,7 +11,7 @@ const suite = 'Custom Editor Tests';
const options: any = {
ui: 'tdd',
color: (!process.env.BUILD_ARTIFACTSTAGINGDIRECTORY && process.platform !== 'win32'),
timeout: 6000000
timeout: 60000
};
if (process.env.BUILD_ARTIFACTSTAGINGDIRECTORY) {