Skip to content

Commit 91cc177

Browse files
committed
Roll back default tx timeout
1 parent 2367e59 commit 91cc177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pub mod common {
1414
pub const SECONDS_IN_HOUR: u64 = SECONDS_IN_MINUTE * MINUTES_IN_HOUR;
1515
}
1616

17-
pub const DEFAULT_TRANSACTION_TIMEOUT: Duration = Duration::from_secs(10);
17+
pub const DEFAULT_TRANSACTION_TIMEOUT: Duration = Duration::from_secs(1 * SECONDS_IN_HOUR);

0 commit comments

Comments
 (0)