Skip to content

Commit

Permalink
chore: big cleanup timeout (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos77 authored Sep 6, 2024
1 parent 41650e5 commit 8369fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/noCloudResources.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func noCloudResources(ctx context.Context) error {
}
}
return nil
}).
}, 5*DefaultEventuallyTimeout).
WithArguments(ctx).
Should(gomega.Succeed())

Expand Down

0 comments on commit 8369fae

Please sign in to comment.