Skip to content

Commit

Permalink
test: wait longer after repo server restarted to avoid errors on s390x (
Browse files Browse the repository at this point in the history
#12839)

Signed-off-by: Sam Ding <samding@ca.ibm.com>
  • Loading branch information
samding01 authored Mar 16, 2023
1 parent 4376093 commit 052f56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/fixture/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,8 @@ func RestartRepoServer() {
}
FailOnErr(Run("", "kubectl", "rollout", "restart", "deployment", workload))
FailOnErr(Run("", "kubectl", "rollout", "status", "deployment", workload))
// wait longer to avoid error on s390x
time.Sleep(10 * time.Second)
}
}

Expand Down

0 comments on commit 052f56b

Please sign in to comment.