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 da04033abc
commit 1d7f8eb865
1 changed files with 5 additions and 0 deletions

View File

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