Skip to content

Commit f88a765

Browse files
committed
ci: fix flaky test "update memory vs CheckBeforeUpdate"
This test fails in CI sometimes with the following error: > `testcontainer test_update stopped' failed Give OOM killer some time to do its job. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 5c6b334 commit f88a765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/update.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,5 +854,5 @@ EOF
854854
# The container will be OOM killed, and runc might either succeed
855855
# or fail depending on the timing, so we don't check its exit code.
856856
runc update test_update --memory 1024
857-
testcontainer test_update stopped
857+
wait_for_container 10 1 test_update stopped
858858
}

0 commit comments

Comments
 (0)