Skip to content

Commit

Permalink
don't ping forever
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 27, 2016
1 parent e2368df commit 6635699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -445,7 +445,7 @@ def addARTIQFlashSteps(factory, options, address):
factory.addStep(
MasterShellCommand(
name = 'ping',
command = ['ping', address],
command = ['ping', address, '-c30', '-w120'],
description = ['pinging', address],
descriptionDone = ['ping', address],
haltOnFailure = True,

0 comments on commit 6635699

Please sign in to comment.