Skip to content

Commit 9cfc2b7

Browse files
authored
Fix Flaky E2e Test (#2189)
Signed-off-by: nathannaveen <[email protected]>
1 parent 6940fb0 commit 9cfc2b7

File tree

1 file changed

+2
-2
lines changed
  • internal/testing/e2e

1 file changed

+2
-2
lines changed

internal/testing/e2e/e2e

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ for command in "${ingestion_commands[@]}"; do
145145
echo @@@@ Running ingestion command: "$command" | tee -a "$LOG_FILE"
146146
eval "$command"
147147

148-
echo @@@@ Waiting
149-
sleep 60
148+
echo @@@@ Waiting for 5 minutes
149+
sleep 300
150150

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

0 commit comments

Comments
 (0)