diff --git a/test.sh b/test.sh index 52d4574..1a53b04 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,5 @@ #!/bin/bash -echo "Hello world. Submit a PR to change this missing." - -echo "Or submit a PR to change the exit to make this test pass or fail." -exit 0 +echo "This is the third failed change, with a sleep to test 'pending' status" +sleep 30 +exit 1