Skip to content

Commit 441547b

Browse files
committed
hack tv diskspace for hang
1 parent 3fe88b0 commit 441547b

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
@@ -32,7 +32,7 @@ def test_resource(n=2):
3232

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

0 commit comments

Comments
 (0)