Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(test): wait 8s before checking downtime is active in rest api v1 …
Browse files Browse the repository at this point in the history
…test (#11498) (#11506)

Refs: MON-14585
  • Loading branch information
kduret authored Aug 8, 2022
1 parent b667811 commit cabad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest_api/realtime_rest_api.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -6730,7 +6730,7 @@
" while(curDate-date < millis);",
"}",
"",
"wait(5000);"
"wait(8000);"
]
}
},
Expand Down

0 comments on commit cabad1b

Please sign in to comment.