Skip to content

Commit f10d141

Browse files
committed
fix
1 parent a923eab commit f10d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/pages/tests/table/props/group-by/server-side-group-and-agg-with-child-dataset.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default test.describe
2828
// wait for Canada to be loaded as well, from the remote location
2929
await page.waitForRequest(condition);
3030
// also wait for node to be expanded
31-
await page.waitForTimeout(80);
31+
await page.waitForTimeout(150);
3232

3333
const queryStrings = urls.map((url) => url.slice(url.indexOf('?')));
3434

0 commit comments

Comments
 (0)