nixos/slurm: fix test

The entry slurmdbd seems to be delayed.
Increasing the waiting time make the test more reliable.
This commit is contained in:
Markus Kowalewski 2019-06-05 14:14:46 +02:00
parent 917a1f5574
commit fcde305932
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -135,8 +135,8 @@ in {
subtest "check_slurm_dbd", sub {
# find the srun job from above in the database
sleep 2;
$submit->succeed("sacct | grep hostname");
sleep 5;
$control->succeed("sacct | grep hostname");
};
'';
})