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:
parent
917a1f5574
commit
fcde305932
@ -135,8 +135,8 @@ in {
|
|||||||
|
|
||||||
subtest "check_slurm_dbd", sub {
|
subtest "check_slurm_dbd", sub {
|
||||||
# find the srun job from above in the database
|
# find the srun job from above in the database
|
||||||
sleep 2;
|
sleep 5;
|
||||||
$submit->succeed("sacct | grep hostname");
|
$control->succeed("sacct | grep hostname");
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user