Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 5201690

Browse files
authored
Remove timeout from script, retain timeout in job definition. (#65)
1 parent 8ae0664 commit 5201690

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Scripts/Tests/bvt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def bvt(cli, definitions, bvt_host):
8686
fuzz_config_path = os.path.abspath(os.path.join(cli_path, 'samples', 'restler', 'no-authentication', 'sample.restler.fuzz.json'))
8787
subs['{compile.jobId}'] = compile_job['jobId']
8888
fuzz_config = raft.RaftJobConfig(file_path=fuzz_config_path, substitutions=subs)
89-
fuzz_config.config['duration'] = '00:20:00'
9089
fuzz_job = cli.new_job(fuzz_config)
9190
cli.poll(fuzz_job['jobId'], 10)
9291

0 commit comments

Comments
 (0)