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

fix very rare test failure

parent 5b50a319
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@
forever, especially when called with bad details. This translates to our tests
taking longer and the DB setup API endpoints seeming sluggish.
Don't set the timeout too low -- I've have Circle fail when the timeout was 250ms
on one occasion."
1000)
Don't set the timeout too low -- I've have Circle fail when the timeout was 1000ms
on *one* occasion."
1500)
(defn- details-map->connection-string
[{:keys [user pass host port dbname]}]
......
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