mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat(essentials): Updates timeout to 30s
This commit is contained in:
parent
1e9139f38e
commit
5f50f14a71
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ namespace PepperDash.Essentials
|
||||||
_initializeEvent.Set();
|
_initializeEvent.Set();
|
||||||
};
|
};
|
||||||
|
|
||||||
_initializeEvent.Wait(20000);
|
_initializeEvent.Wait(30000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue