-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I've working on integrating browserstack-runner into QUnit builds on Travis, using simple obfuscation to embed credentials to allow runs against pull requests, without making it too easy to find the credentials. The configuration sets up 14 workers to run 4 test pages, which works fine locally. When running on Travis, each worker runs the first page, then fails to change the URL and eventually times out. I pushed another commit to the same branch to verify the result, and got the same failure - all 14 workers time out after running one page.
Since the same setup works fine locally I have no clue what the issue is. There are no errors displayed in the Travis output and the BrowserStack build page doesn't show anything either. Looking for some ideas how to debug or better yet, solve this.