Skip to content

Commit

Permalink
update the eventuallyTimeout with 3s in app_suite_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-0505 committed Oct 16, 2024
1 parent f217bfa commit 473a836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/app_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

const (
pollingInterval = 50 * time.Millisecond
eventuallyTimeout = 10 * time.Second
eventuallyTimeout = 3 * time.Second
consistentlyDuration = 1 * time.Second
apiServiceTimeout = 5 * time.Minute
)
Expand Down

0 comments on commit 473a836

Please sign in to comment.