Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tests): increase repl timeout on ci #23812

Merged
merged 1 commit into from
May 14, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented May 14, 2024

https://github.com/denoland/deno/actions/runs/9084225162/job/24964698935

---- run::file_fetcher_preserves_permissions stdout ----
command /Users/runner/work/deno/deno/target/debug/deno repl --quiet
command cwd /Users/runner/work/deno/deno/tests/testdata
------ Start Full Text ------
"const a = await import('http://localhost:4545/run/019_media_types.ts');\r\n"
------- End Full Text -------
Next text: "\r\n"
thread 'run::file_fetcher_preserves_permissions' panicked at tests/integration/run_tests.rs:4615:15:
Timed out.

Closes #23690
Closes #23682
Closes #23625

@dsherret dsherret requested a review from bartlomieju May 14, 2024 18:35
@dsherret dsherret merged commit 1e2b0a2 into denoland:main May 14, 2024
17 checks passed
@dsherret dsherret deleted the chore_increase_repl_timeout_on_ci branch May 14, 2024 19:59
bartlomieju pushed a commit that referenced this pull request May 16, 2024
https://github.com/denoland/deno/actions/runs/9084225162/job/24964698935

```
---- run::file_fetcher_preserves_permissions stdout ----
command /Users/runner/work/deno/deno/target/debug/deno repl --quiet
command cwd /Users/runner/work/deno/deno/tests/testdata
------ Start Full Text ------
"const a = await import('http://localhost:4545/run/019_media_types.ts');\r\n"
------- End Full Text -------
Next text: "\r\n"
thread 'run::file_fetcher_preserves_permissions' panicked at tests/integration/run_tests.rs:4615:15:
Timed out.
```

Closes #23690
Closes #23682
Closes #23625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade_prompt is flaky repl_cwd is flaky repl::pty_unpaired_braces is flaky
2 participants