Skip to content

Commit

Permalink
add sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
albho authored Aug 12, 2024
1 parent 42db889 commit e6d088e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binding/go/rhino_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"path/filepath"
"reflect"
"testing"
"time"
)

var (
Expand Down Expand Up @@ -283,6 +284,7 @@ func TestMessageStack(t *testing.T) {
rhino = NewRhino("invalid access key", getTestContextPath("en", "smart_lighting"))

err := rhino.Init()
time.Sleep(1 * time.Second)
err2 := rhino.Init()

t.Logf("[err]: '%v'", err)
Expand Down

0 comments on commit e6d088e

Please sign in to comment.