Skip to content

Commit

Permalink
t: change max jobs for basic plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoussa1 committed Jul 29, 2021
1 parent cbb0cf0 commit eae42be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/t1001-mf-priority-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ test_expect_success 'create fake_payload.py' '
username = getpass.getuser()
userid = pwd.getpwnam(username).pw_uid
# create a JSON payload
data = {"userid": str(userid), "bank": "account3", "default_bank": "account3", "fairshare": "0.45321", "max_jobs": "3"}
data = {"userid": str(userid), "bank": "account3", "default_bank": "account3", "fairshare": "0.45321", "max_jobs": "10"}
flux.Flux().rpc("job-manager.mf_priority.rec_update", data).get()
data = {"userid": str(userid), "bank": "account2", "default_bank": "account3", "fairshare": "0.11345", "max_jobs": "3"}
data = {"userid": str(userid), "bank": "account2", "default_bank": "account3", "fairshare": "0.11345", "max_jobs": "10"}
flux.Flux().rpc("job-manager.mf_priority.rec_update", data).get()
EOF
'
Expand Down

0 comments on commit eae42be

Please sign in to comment.