Skip to content

Commit

Permalink
update devnet
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
  • Loading branch information
jsign committed Nov 12, 2020
1 parent 0e1ebe4 commit 6685316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ldevnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func LaunchDevnetDocker(t TestingTWithCleanup, numMiners int, ipfsMaddr string,
}

repository := "textile/lotus-devnet"
tag := "sha-b560b20"
tag := "sha-17314e5"
lotusDevnet, err := pool.RunWithOptions(&dockertest.RunOptions{Repository: repository, Tag: tag, Env: envs, Mounts: mounts})
require.NoError(t, err)
err = lotusDevnet.Expire(180)
Expand Down

0 comments on commit 6685316

Please sign in to comment.