mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 05:31:11 +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;
|
use thread_local::ThreadLocal;
|
||||||
|
|
||||||
const TIMEOUT: Duration = Duration::from_secs(2);
|
const TIMEOUT: Duration = Duration::from_secs(3);
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct BorrowInfo {
|
pub struct BorrowInfo {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue