Skip to content

Commit 90561aa

Browse files
committed
Yet another try
1 parent dcedde3 commit 90561aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,16 @@ jobs:
102102
run: |
103103
cd examples/all/
104104
export UNIKRAFTBACKEND=firecracker
105+
getfacl /dev/kvm
105106
opam exec -- dune build @test-args
106-
sleep 1s
107+
sleep 5s
108+
getfacl /dev/kvm
107109
opam exec -- dune build @test-fail
108-
sleep 1s
110+
sleep 5s
109111
opam exec -- dune build @test-hello
110-
sleep 1s
112+
sleep 5s
111113
opam exec -- dune build @test-sleeper
112-
sleep 1s
114+
sleep 5s
113115
opam exec -- dune build @test-threader
114116
115117
mirage:

0 commit comments

Comments
 (0)