diff --git a/Cargo.toml b/Cargo.toml index 3b5d458..a35890a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coinnect" -version = "0.5.8" +version = "0.5.9" license = "MIT" authors = ["Hugues Gaillard ", "Alejandro Inestal "] description = """ diff --git a/src/gdax/api.rs b/src/gdax/api.rs index af343ab..ba4627d 100644 --- a/src/gdax/api.rs +++ b/src/gdax/api.rs @@ -386,7 +386,7 @@ mod gdax_api_tests { api.last_request = helpers::get_unix_timestamp_ms(); let difference = api.last_request - start; - assert!(difference >= 999); + assert!(difference >= 334); assert!(difference < 10000);