Skip to content

Commit

Permalink
Merge pull request #7971 from ipfs/fix/buggy-sharness-test
Browse files Browse the repository at this point in the history
test(sharness): pass correct timeout format to go-timeout
  • Loading branch information
Stebalien authored Mar 11, 2021
2 parents 65d9507 + eb53fc7 commit ca61193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0275-cid-security.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ test_expect_success "add block linking to insecure" '
'

test_expect_success "ipfs cat fails with code 1 and not timeout" '
test_expect_code 1 go-timeout 1s ipfs cat QmVpsktzNeJdfWEpyeix93QJdQaBSgRNxebSbYSo9SQPGx
test_expect_code 1 go-timeout 1 ipfs cat QmVpsktzNeJdfWEpyeix93QJdQaBSgRNxebSbYSo9SQPGx
'

test_kill_ipfs_daemon
Expand Down

0 comments on commit ca61193

Please sign in to comment.