Skip to content

Commit

Permalink
[feat](sleep): crash test app after 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
ashraf-minhaj committed Nov 17, 2023
1 parent 747b71c commit 791f762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/auto_fail_sample_with_logs/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

# Log messages
for i in {1..1000}; do
for i in {1..2000}; do
echo "Log message $i"
sleep 1
sleep 60
done

# Fail with an error message
Expand Down

0 comments on commit 791f762

Please sign in to comment.