mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix: relax timeout
This commit is contained in:
parent
7975935721
commit
cedea5be48
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue