Skip to content

Commit

Permalink
Use one task because travis env does not have multiple cores
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Sep 21, 2018
1 parent bf5b8f5 commit 64ba287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_task.py
Expand Up @@ -435,7 +435,7 @@ def testNoWait(self):
with open('test.sos', 'w') as tst:
tst.write(r'''
[10]
input: for_each=[{'a': range(3)}]
input: for_each=[{'a': range(1)}]
task: concurrent=True
run: expand=True
Expand Down

0 comments on commit 64ba287

Please sign in to comment.