forked from cerc-io/plugeth
jsre: fix #1876, sleep too short on a slow test server
This commit is contained in:
parent
e3f36d9728
commit
bddb13d436
@ -85,7 +85,7 @@ func TestNatto(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Errorf("expected no error, got %v", err)
|
||||
}
|
||||
time.Sleep(time.Millisecond * 10)
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
val, err := jsre.Run("msg")
|
||||
if err != nil {
|
||||
t.Errorf("expected no error, got %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user