Skip to content

Commit

Permalink
Add timeout to fix discrepancy in status for ignore error taks. Closes
Browse files Browse the repository at this point in the history
…#67  (#68)

* Add timeout to ignore error tasks test
  • Loading branch information
vsmalladi authored Apr 2, 2024
1 parent 552ff3c commit 7933b3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/create_task_ignore_error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
id: "{id1}"
query_parameters:
- view: FULL
polling:
interval: 10
timeout: 3600
filter:
- path: $response.logs[0].logs
type: array
Expand Down Expand Up @@ -85,6 +88,9 @@ jobs:
id: "{id2}"
query_parameters:
- view: FULL
polling:
interval: 10
timeout: 3600
filter:
- path: $response.logs[0].logs
type: array
Expand Down

0 comments on commit 7933b3d

Please sign in to comment.