Skip to content

Commit

Permalink
Change maxTime for ziltest
Browse files Browse the repository at this point in the history
It's needed for openzfs/zfs#5679
  • Loading branch information
gmelikov committed Feb 5, 2017
1 parent fd6d821 commit 92cfd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ test_factory.addStep(ShellCommand(
workdir="build/tests/ziltest",
env={'PATH' : bin_path + ":" + zfs_path},
command=["runurl", bb_url + "bb-test-ziltest.sh"],
haltOnFailure=False, maxTime=120, sigtermTime=30, logEnviron=False,
haltOnFailure=False, maxTime=240, sigtermTime=30, logEnviron=False,
lazylogfiles=True,
logfiles={"console" : { "filename" : "console.log", "follow" : False }},
decodeRC={0 : SUCCESS, 1 : FAILURE, 2 : WARNINGS, 3 : SKIPPED },
Expand Down

0 comments on commit 92cfd58

Please sign in to comment.