Skip to content

Commit

Permalink
increase timeout to see if test is more reliable
Browse files Browse the repository at this point in the history
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Dec 18, 2023
1 parent 6b941d0 commit 80f08c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/kata-deploy/kata-deploy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ setup() {

# Give some time for the pod to finish what's doing and have the
# runtimeclasses properly created
sleep 30s
# Try given longer time for the containerd config updates to kick it
sleep 180s
}

@test "Test runtimeclasses are being properly created and container runtime not broken" {
Expand Down

0 comments on commit 80f08c1

Please sign in to comment.