Skip to content

Commit 39fdae2

Browse files
authored
increase timout for integration tests (microsoft#474)
1 parent a9936fd commit 39fdae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-integration.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import * as assert from 'assert';
1111
import { fileURLToPath } from 'url';
1212

1313
describe('integration tests', function () {
14-
this.timeout(5 * 60 * 1000);
14+
this.timeout(7 * 60 * 1000);
1515

1616
const helpers = createHelpers();
1717
const appLocation = path.join(fileURLToPath(import.meta.url), '../../generators/app');

0 commit comments

Comments
 (0)