Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Aug 20, 2024
1 parent b1b7fbe commit 4809c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integration/helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func waitFor(t *testing.T, tm *testModel, cond func(s string) bool) {
return cond(string(b))
},
teatest.WithCheckInterval(time.Millisecond*100),
teatest.WithDuration(time.Second*10),
teatest.WithDuration(time.Second*20),
)
}

Expand Down

0 comments on commit 4809c17

Please sign in to comment.