Skip to content

Commit

Permalink
e2e: increase default wait time to be 10 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio Robles <[email protected]>
  • Loading branch information
JAORMX committed Jan 29, 2021
1 parent 1bef350 commit e593b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// migrate to a single daemonset-based implementation for the
// SELinux pieces.
defaultSelinuxOpTimeout = "360s"
defaultWaitTime = 5 * time.Second
defaultWaitTime = 10 * time.Second
)

func (e *e2e) TestSecurityProfilesOperator() {
Expand Down

0 comments on commit e593b14

Please sign in to comment.