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
argoproj#12839)

Signed-off-by: Sam Ding <samding@ca.ibm.com>
  • Loading branch information
samding01 authored and alexec committed Mar 19, 2023
1 parent 4c4c624 commit 8c91199
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 @@ -824,6 +824,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 8c91199

Please sign in to comment.