Skip to content

Commit bf60f12

Browse files
committed
add sleep to tests
1 parent c92f7f1 commit bf60f12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ server.webserverfiles("jl")
6666

6767
@async server.start(Dict("host" => "$(ip)","port" => port))
6868

69+
sleep(2)
6970

7071
r = HTTP.get("http://$(ip):$(port)/")
7172
@test r.status == 200

0 commit comments

Comments
 (0)