Skip to content

Commit

Permalink
Merge pull request #819 from imageworks/runtime-cleanup-test
Browse files Browse the repository at this point in the history
Add sleep to runtime cleanup test
  • Loading branch information
jrray authored Jul 29, 2023
2 parents f4b7011 + 95e2514 commit 9190e3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spfs run - -- spfs run - -- spfs run - -- spfs run - -- sleep 8 &
# when runtimes are stacked, the commands each move into
# a new namespace and so the outer runtimes become empty
# and can be cleaned up immediately
sleep 4
assert_runtime_count 1
wait
assert_runtime_count 0
Expand Down

0 comments on commit 9190e3b

Please sign in to comment.