Skip to content

Commit 1b4a5b1

Browse files
author
Chris Nelson
committed
see if a longer timeout helps with flakiness
1 parent 2778f42 commit 1b4a5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/component_genserver_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Wasmex.Components.GenServer.Test do
4242
{Wasmex.Components, bytes: component_bytes, wasi: %WasiP2Options{allow_http: true}}
4343
)
4444

45-
assert {:ok, time} = Wasmex.Components.call_function(component_pid, "get-time", [])
45+
assert {:ok, time} = Wasmex.Components.call_function(component_pid, "get-time", [], 10_000)
4646

4747
assert time =~ Date.utc_today() |> Date.to_iso8601()
4848
end

0 commit comments

Comments
 (0)