Skip to content

Commit

Permalink
fix flakey test: Increase delay in watcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Mar 11, 2021
1 parent 74bd6b9 commit 45e86b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/terraform/module/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource "aws_vpc" "example" {
}

// Give watcher some time to react
time.Sleep(100 * time.Millisecond)
time.Sleep(250 * time.Millisecond)

ps, err := mod.ProviderSchema()
if err != nil {
Expand Down

0 comments on commit 45e86b0

Please sign in to comment.