Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 18, 2024
1 parent ffd0287 commit 79d0691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flux_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_flux_executor_serial(self):

def test_flux_executor_threads(self):
with Executor(
max_cores=2,
max_cores=1,
threads_per_core=2,
executor=self.executor,
backend="flux",
Expand Down

0 comments on commit 79d0691

Please sign in to comment.