Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Feb 1, 2024
1 parent c101134 commit 186a359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/nodejs/nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func waitConn(socket string) <-chan net.Conn {
if conn, err := net.Dial("unix", socket); err != nil {
time.Sleep(time.Millisecond * 2)
} else {
time.Sleep(time.Second * 10)
chanConn <- conn
break
}
Expand Down

0 comments on commit 186a359

Please sign in to comment.