Skip to content

Commit fdd067d

Browse files
committed
sleep
1 parent d2fada7 commit fdd067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/reticulate/reticulate-multiple.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test.describe('Reticulate', {
3535

3636
await app.workbench.console.pasteCodeToConsole('reticulate::repl_python()', true);
3737

38-
await app.workbench.console.executeCode("R", "reticulate::py_config()", { waitForReady: true });
38+
await app.workbench.console.executeCode("R", "Sys.sleep(20);reticulate::py_config()", { waitForReady: true });
3939

4040
await app.workbench.console.waitForReadyAndStarted('>>>');
4141

0 commit comments

Comments
 (0)