You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI frequently fails due to a command timeout for SynchronizedBeforeSuite.
Steps to reproduce
Run e2e tests on AMD macOS 13.
Expected behavior
Tests should be successful
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
Console logs for SynchronizedBeforeSuite:
[FAILED] in [SynchronizedBeforeSuite] - /Users/ec2-user/go/pkg/mod/github.com/runfinch/[email protected]/command/command.go:115 @ 06/24/24 23:26:29.28
[SynchronizedBeforeSuite] [FAILED] [120.924 seconds]
[SynchronizedBeforeSuite]
/Users/ec2-user/ar/_work/finch-core/finch-core/e2e/e2e_test.go:52
[FAILED] Timed out after 10.000s.
Expected process to exit. It did not.
In [SynchronizedBeforeSuite] at: /Users/ec2-user/go/pkg/mod/github.com/runfinch/[email protected]/command/command.go:115 @ 06/24/24 23:26:29.28
------------------------------
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Split from #103
CI frequently fails due to a command timeout for
SynchronizedBeforeSuite
.Steps to reproduce
Run e2e tests on AMD macOS 13.
Expected behavior
Tests should be successful
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
Console logs for
SynchronizedBeforeSuite
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: