Skip to content

Commit

Permalink
fix: relax timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Nov 25, 2023
1 parent 7975935 commit cedea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/erg_common/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::time::Duration;

use thread_local::ThreadLocal;

const TIMEOUT: Duration = Duration::from_secs(2);
const TIMEOUT: Duration = Duration::from_secs(3);

#[derive(Debug)]
pub struct BorrowInfo {
Expand Down

0 comments on commit cedea5b

Please sign in to comment.