Adding some sleeps to allow things to settle down

This commit is contained in:
Michel Peterson 2025-03-23 11:29:53 +02:00
parent 373a7c7f79
commit 3931bd9ef0
1 changed files with 5 additions and 0 deletions

View File

@ -355,6 +355,9 @@ create /backstores/block/${assetName}
},
}
);
await GeneralUtils.sleep(2000); // let things settle
break;
default:
@ -793,6 +796,8 @@ delete ${assetName}
}
);
await GeneralUtils.sleep(2000); // let things settle
break;
default: