Skip to content

Commit a0a55c9

Browse files
committed
fix smoke timeout
Signed-off-by: Jack Luar <[email protected]>
1 parent 02aabf5 commit a0a55c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/AutoTuner/test/smoke_test_timeout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def setUp(self):
2626
f" --platform {self.platform}"
2727
f" --experiment {self.experiment}"
2828
f" --config {self.config}"
29-
f" --cpu_budget None"
29+
f" --cpu_budget 1"
3030
f" --yes"
3131
f" {flag}"
3232
f" tune --samples 1"

0 commit comments

Comments
 (0)