fix formatting

This commit is contained in:
Sung-Hyun Kang (from Dev Box) 2023-11-10 15:23:54 -06:00
parent d862b929ec
commit 22ce69d20c
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ test("Resource token", async () => {
name: "explorer", name: "explorer",
}); });
await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`, { await explorer.textContent(`css=.dataResourceTree >> "${collectionId}"`, {
timeout: 50000, timeout: 65000,
}); });
}); });