Skip to content

Commit

Permalink
testing increase in timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Jun 6, 2024
1 parent d0aab2b commit 42922b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/runtime/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cfg_if::cfg_if! {
}

// timeout before retrying parachain calls (5 minutes)
const TRANSACTION_TIMEOUT: Duration = Duration::from_secs(300); // 5 minutes
const TRANSACTION_TIMEOUT: Duration = Duration::from_secs(900); // 5 minutes

// number of storage entries to fetch at a time
const DEFAULT_PAGE_SIZE: u32 = 10;
Expand Down

0 comments on commit 42922b6

Please sign in to comment.