Skip to content

Commit

Permalink
fix: maybe fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Sep 21, 2023
1 parent 2a25319 commit fec11c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/io/ws/ws_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ func TestServer(t *testing.T) {
Serve[[]byte](ctx, socketPath, RawProtocol, &echo)
}()

// wait for server to start up
time.Sleep(200 * time.Millisecond)

ok := make(chan bool, 1)
c, err := Connect(ctx, RawProtocol, socketPath)
assert.NoError(t, err)
Expand Down

0 comments on commit fec11c0

Please sign in to comment.