Skip to content

Commit

Permalink
test(data-workflow): Increase delay
Browse files Browse the repository at this point in the history
And activate debug traces, to know what was wrong.
  • Loading branch information
parmentf committed Jun 12, 2024
1 parent be609e1 commit 6a052e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/data-workflow/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"EZS_CONTINUE_DELAY": 60,
"EZS_NSHARDS": 32,
"EZS_CACHE": true,
"EZS_VERBOSE": false,
"EZS_VERBOSE": true,
"NODE_OPTIONS": "--max_old_space_size=1024",
"NODE_ENV": "production"
}
Expand Down
4 changes: 2 additions & 2 deletions services/data-workflow/tests.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ variable "computing_token" exists
POST {{host}}/v1/retrieve-json
content-type: application/json
[Options]
delay: 2000
delay: 4000
```
[
{
Expand Down Expand Up @@ -86,7 +86,7 @@ Connection: Keep-Alive
Keep-Alive: 300
Accept-Encoding: gzip, deflate
[Options]
delay: 2000
delay: 4000
```
[
{
Expand Down

0 comments on commit 6a052e1

Please sign in to comment.