Skip to content

Commit 7384cc9

Browse files
committed
Fix timeout
1 parent 95e8554 commit 7384cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/awsconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func TestStartEmitsNoteWhenAWSProfileIsPartial(t *testing.T) {
196196

197197
require.Eventually(t, func() bool {
198198
return bytes.Contains(out.Bytes(), []byte("LocalStack AWS profile is incomplete. Run 'lstk config profile'."))
199-
}, 2*time.Minute, 200*time.Millisecond, "AWS profile note should appear")
199+
}, 10*time.Second, 200*time.Millisecond, "AWS profile note should appear")
200200

201201
_ = cmd.Wait()
202202
<-outputCh

0 commit comments

Comments
 (0)