Skip to content

Commit

Permalink
config-helper: test: try add a delay to prevent fragile test
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 1, 2023
1 parent 78f58b9 commit dc38d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/config-helper
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function config_helper_test() (
-- config-helper
eval-tester --name='test-invalid-arguments-02' --status=22 --ignore-stderr \
-- config-helper --file="$missing_file"
sleep 1 # wait for the file to be created, seems to take a while on ci
eval-tester --name='test-invalid-arguments-03' --status=22 --ignore-stderr \
-- config-helper "$missing_file"

Expand Down

0 comments on commit dc38d57

Please sign in to comment.