Skip to content

Commit cc0ae7d

Browse files
author
David Goodwin
committed
Increase windows timeout for L0_infer
1 parent 6fc1733 commit cc0ae7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/L0_infer/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ for TARGET in cpu gpu; do
267267
# We rely on HTTP endpoint in run_server so until HTTP is
268268
# implemented for win we do this hack...
269269
run_server_nowait
270-
sleep 60
270+
sleep ${SERVER_TIMEOUT}
271271
else
272272
run_server
273273
fi

0 commit comments

Comments
 (0)