Skip to content

Commit 57c473d

Browse files
committed
try retries instead of timeout
1 parent ab6288f commit 57c473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/sam/cli/samCliLocalInvoke.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('SamCliLocalInvokeInvocation', async function () {
3535
before(async function () {
3636
// File system search on windows can take a while.
3737
if (isWin()) {
38-
this.timeout(45000)
38+
this.retries(3)
3939
}
4040
// This will place the result in the cache allowing all tests to run under same conditions.
4141
await SamCliSettings.instance.getOrDetectSamCli()

0 commit comments

Comments
 (0)