Skip to content

Commit

Permalink
fix: bump the time little bit more
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Nov 19, 2024
1 parent 59197f9 commit ff5ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gnodev/pkg/dev/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func Render(_ string) string {
// Span multiple time
for i := 0; i < 2; i++ {
// Wait a little for time shift
time.Sleep(time.Second)
time.Sleep(time.Second + (time.Millisecond * 100))

msg := vm.MsgCall{
PkgPath: "gno.land/r/dev/foo",
Expand Down

0 comments on commit ff5ab28

Please sign in to comment.