Skip to content

Commit b11b696

Browse files
committed
faster tests
1 parent 29b39ec commit b11b696

File tree

2 files changed

+2
-171
lines changed

2 files changed

+2
-171
lines changed

test/ol/clave/automation/concurrent_domains_integration_test.clj

Lines changed: 0 additions & 169 deletions
This file was deleted.

test/ol/clave/certificate_integration_test.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
(defn- wait-for-order-ready
2020
[lease session order]
21-
(let [timeout-ms 60000
22-
interval-ms 250
21+
(let [timeout-ms 15000
22+
interval-ms 100
2323
deadline (+ (System/currentTimeMillis) timeout-ms)]
2424
(loop [session session
2525
order order]

0 commit comments

Comments
 (0)