Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fnrizzi committed Nov 16, 2023
1 parent 6fc7a49 commit c60716d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unit_test/TestDeviceAndThreads.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def GetFlag(flag, *extra_args):
return int(p.stdout)

def GetNumThreads(max_threads):
for x in [1, 2, 3, 5, 7]:
for x in [1, 2, 4, 6, 8]:
if x >= max_threads:
break
yield x
Expand Down

0 comments on commit c60716d

Please sign in to comment.