"test/algo/compression/v1/test_compression_utils.py" did not exist on "f7b7edac5b9e329ffdda30d710f68db71d08e065"
Unverified Commit c6ec21f4 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Fix windows remote pipeline (#2861)

parent 5318dd46
......@@ -244,7 +244,10 @@ def run(args):
print('skipped {}, training service {} not match [{}]'.format(
name, args.ts, test_case_config['trainingService']))
continue
# remote mode need more time to cleanup
if args.ts == 'remote':
wait_for_port_available(8080, 180)
else:
wait_for_port_available(8080, 30)
print('{}Testing: {}{}'.format(GREEN, name, CLEAR))
begin_time = time.time()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment