Skip to content

Commit

Permalink
fix flaky test: Increase delay in watcher test (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Mar 11, 2021
1 parent b2dbacb commit 2cea76f
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 2cea76f

Please sign in to comment.