mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +08:00
Bump assert receive timeout on Windows
This commit is contained in:
parent
b704ab6d31
commit
c8e90073e9
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@ teams_exclude =
|
|||
fly_exclude = if System.get_env("TEST_FLY_API_TOKEN"), do: [], else: [:fly]
|
||||
|
||||
ExUnit.start(
|
||||
assert_receive_timeout: if(windows?, do: 4_000, else: 1_500),
|
||||
assert_receive_timeout: if(windows?, do: 5_000, else: 1_500),
|
||||
exclude: erl_docs_exclude ++ windows_exclude ++ teams_exclude ++ fly_exclude
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue