Increase timeouts for some integration tests. (#8869)

This commit is contained in:
Cory Rivera
2020-01-13 13:43:18 -08:00
committed by Aditya Bist
parent 88126c68e7
commit c09e7b9e2f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ const suite = getSuiteType();
const options: any = {
ui: 'tdd',
useColors: true,
timeout: 10000
timeout: 600000
};
if (suite === SuiteType.Stress) {