Skip to content
Snippets Groups Projects
Commit b8597edb authored by Cam Saul's avatar Cam Saul
Browse files

give results test slightly longer to finish !

parent 4ad25fc1
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
[]
(let [{query-id :id} (create-query)
query-execution ((user->client :rasta) :post 200 (format "query/%d" query-id))]
(Thread/sleep 50) ; Give it 50ms to finish
(Thread/sleep 100) ; Give it 100ms to finish
query-execution))
;; ## GET /result/:id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment