diff options
-rw-r--r-- | source/orch_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/orch_config.py b/source/orch_config.py index f12bd6e..c5271a5 100644 --- a/source/orch_config.py +++ b/source/orch_config.py @@ -42,7 +42,7 @@ class Column: sha = util.Property("sha","cu010-trove/br6/firehose-test-1") get_defns_cmd = ['sh','get_definitions.sh',sha] self.factory.addStep(ShellCommand(command=get_defns_cmd,timeout=self.timeout)) - self.factory.addStep(ShellCommand(command=self.cmd)) + self.factory.addStep(ShellCommand(command=self.cmd,timeout=self.timeout)) columns = [ Column( name = "1. Integration", |