Skip to content

Commit ea57391

Browse files
committed
chore: increase wait time in e2e
Signed-off-by: Sunyanan Choochotkaew <[email protected]>
1 parent 4ad9ca6 commit ea57391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ wait_for_keyword() {
9191
if grep -q "$keyword" <<< $(get_${component}_log); then
9292
return
9393
fi
94-
sleep 5
94+
sleep 10
9595
done
9696

9797
echo "timeout ${num_iterations}s waiting for '${keyword}' from ${component} log"

0 commit comments

Comments
 (0)