Skip to content

Commit 7421628

Browse files
committed
hack tv diskspace for hang
1 parent 61e8066 commit 7421628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/tests/test_error_handling/test_resource_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_resource(n=2):
3535

3636
# Specify resources with wrong types
3737
# 'cpus' is incorrect, should be 'cores'
38-
spec = {'cpus': 2, 'memory': 1000, 'disk': 1000}
38+
spec = {'cpus': 2, 'memory': 1000, 'disk': 10}
3939
fut = double(n, parsl_resource_specification=spec)
4040
try:
4141
fut.result()

0 commit comments

Comments
 (0)