Skip to content

Commit

Permalink
short max request time
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 22, 2024
1 parent 2a46400 commit 49e0f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pocket-ic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub mod nonblocking;
const EXPECTED_SERVER_VERSION: &str = "pocket-ic-server 6.0.0";

// the default timeout of a PocketIC operation
const DEFAULT_MAX_REQUEST_TIME_MS: u64 = 300_000;
const DEFAULT_MAX_REQUEST_TIME_MS: u64 = 30_000;

const LOCALHOST: &str = "127.0.0.1";

Expand Down

0 comments on commit 49e0f0b

Please sign in to comment.