Skip to content

Commit

Permalink
Timeout not working on travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Jun 27, 2020
1 parent 1caed70 commit 6f951c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simple-tests.sh
Expand Up @@ -43,7 +43,7 @@ EOF
echo Running termshark cli tests.

# if timeout is invoked because termshark is stuck, the exit code will be non-zero
export TS="timeout 10s $GOPATH/bin/termshark"
export TS="$GOPATH/bin/termshark"

# stdout is not a tty, so falls back to tshark
$TS -r /tmp/test.pcap | grep '192.168.44.213 TFTP 77'
Expand Down

0 comments on commit 6f951c3

Please sign in to comment.