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
I had a question about getting a test to run when ci is being used.
I setup a basic test for launching an electron app and confirming the number of windows.
The test runs fine on my local machine, and when I am pushing this change to github.
However, once ci tries to run the test it simply times out without returning any errors.
I am running ava using --verbose so it should return data to me if it is running.
This is the app test configuration setup. I've been continuing to update the code.
However there has been no change to the error
Too long with no output (exceeded 10m0s)
The text was updated successfully, but these errors were encountered:
Hi,
I had a question about getting a test to run when ci is being used.
I setup a basic test for launching an electron app and confirming the number of windows.
The test runs fine on my local machine, and when I am pushing this change to github.
However, once ci tries to run the test it simply times out without returning any errors.
I am running ava using --verbose so it should return data to me if it is running.
This is the app test configuration setup. I've been continuing to update the code.
However there has been no change to the error
Too long with no output (exceeded 10m0s)
The text was updated successfully, but these errors were encountered: