We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2367e59 commit 91cc177Copy full SHA for 91cc177
src/constants.rs
@@ -14,4 +14,4 @@ pub mod common {
14
pub const SECONDS_IN_HOUR: u64 = SECONDS_IN_MINUTE * MINUTES_IN_HOUR;
15
}
16
17
-pub const DEFAULT_TRANSACTION_TIMEOUT: Duration = Duration::from_secs(10);
+pub const DEFAULT_TRANSACTION_TIMEOUT: Duration = Duration::from_secs(1 * SECONDS_IN_HOUR);
0 commit comments