Skip to content

Commit 79ab845

Browse files
committed
chore: increase timeout from 10 to 20 secs
1 parent a977d8d commit 79ab845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity-wallet/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub(crate) async fn reduce(state: AppState, action: Action) -> Result<AppState,
3333
}
3434

3535
// This value is based on an estimated guess. Can be adjusted in case lower/higher timeouts are desired.
36-
const TIMEOUT_SECS: u64 = 10;
36+
const TIMEOUT_SECS: u64 = 20;
3737

3838
/// This function is used to prevent deadlocks in the backend. It will sleep for a certain amount of time and then return.
3939
async fn await_timeout() {

0 commit comments

Comments
 (0)