Skip to content

Commit f0976b3

Browse files
committed
comments
1 parent b110e59 commit f0976b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk-testing/cli-integ/tests/cli-integ-tests/deploy/cdk-deploy-stack-with-multiple-docker-assets.integtest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { integTest, withDefaultFixture } from '../../../lib';
22

3-
jest.setTimeout(2 * 60 * 60_000);
3+
jest.setTimeout(2 * 60 * 60_000); // Includes the time to acquire locks, worst-case single-threaded runtime
44

55
integTest(
66
'deploy stack with multiple docker assets',

0 commit comments

Comments
 (0)