Skip to content

Commit 48fb42c

Browse files
committed
Tweak data store tests.
1 parent 64e2fc5 commit 48fb42c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/test_data_store_mgr.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ def job_config(schd):
8282
'script': 'sleep 5; echo "I come in peace"',
8383
'work_d': None,
8484
'directives': {},
85-
'environment': {},
85+
'environment': {"FOO": "foo"},
8686
'param_var': {},
8787
'platform': {'name': 'platform'},
88+
'execution retry delays': [10.0, 20.0],
89+
'execution time limit': 30.0,
8890
}
8991

9092

0 commit comments

Comments
 (0)