Skip to content

Commit

Permalink
Fix Flaky E2e Test (#2189)
Browse files Browse the repository at this point in the history
Signed-off-by: nathannaveen <[email protected]>
  • Loading branch information
nathannaveen authored Oct 11, 2024
1 parent 6940fb0 commit 9cfc2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/testing/e2e/e2e
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ for command in "${ingestion_commands[@]}"; do
echo @@@@ Running ingestion command: "$command" | tee -a "$LOG_FILE"
eval "$command"

echo @@@@ Waiting
sleep 60
echo @@@@ Waiting for 5 minutes
sleep 300

if [ $? -ne 0 ]; then
echo "Error: Command '$command' failed" | tee -a "$LOG_FILE"
Expand Down

0 comments on commit 9cfc2b7

Please sign in to comment.