Skip to content

Commit 81912cf

Browse files
committed
Fix e2e tests
1 parent 446e137 commit 81912cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e/e2e.bats

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ teardown() {
2020
--log-opt journal-id=${JOURNAL_ID} \
2121
--log-opt journal-token=${JOURNAL_TOKEN} \
2222
alpine sh -c 'echo $RANDOM; sleep 30';
23-
[ "$status" -eq 0 ]
23+
[ "$status" -eq 0 ];
24+
# Wait for flush
25+
sleep 20;
2426
run docker logs "${output}";
2527
[ "$status" -eq 0 ]
2628
}

0 commit comments

Comments
 (0)