Skip to content

Commit 74a94c4

Browse files
committed
num-attemps to max-attempts
1 parent e2f4d2a commit 74a94c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/practitest_firecracker/practitest.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
;; utils
1717

1818
(def backoff-timeout "Backoff timeout in seconds" 20)
19-
(def num-attemps "Number of attempts to run" 10)
19+
(def max-attempts "Number of attempts to run" 10)
2020
(def timeout-between-attempts "Timeout in seconds between attempts" 1)
2121
(def run-batch-bucket-size 10)
2222

@@ -39,7 +39,7 @@
3939
"both `query-params` and `form-params` can't be specified")
4040
(loop [results []
4141
uri uri
42-
attempts num-attemps
42+
attempts max-attempts
4343
params (cond-> {:basic-auth credentials
4444
:throw-exceptions false
4545
:as :json}

0 commit comments

Comments
 (0)