Skip to content

Commit

Permalink
Merge branch 'staging' into sprint-1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 authored Jun 28, 2024
2 parents 0051bae + 2678a17 commit 7eaea0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wasmsdk/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package main
import (
"time"

"github.com/0chain/gosdk/core/sys"
"github.com/0chain/gosdk/wasmsdk/jsbridge"
"github.com/0chain/gosdk/zboxcore/client"
"github.com/0chain/gosdk/zboxcore/sdk"
Expand Down Expand Up @@ -77,6 +78,6 @@ func addWebWorkers(alloc *sdk.Allocation) {
}
// wait for worker to be instantiated
if isCreated {
time.Sleep(1 * time.Second)
sys.Sleep(1 * time.Second)
}
}

0 comments on commit 7eaea0c

Please sign in to comment.