Open mrjoelkemp opened 12 years ago
Suite passes in Safari but takes 96secs and hangs on a few specs. Firefox finishes suite in about 2secs but randomly fails on a few expiration-centric specs.
Jasmine uses setTimeout for the callbacks supplied in runs following waits() and waitsFor() blocks. This could be the main source of the timing problem.
Firefox is slow and fails on expiration specs.
Possible Solution: think about avoiding any waitFor loops due to JS execution time differences. Specs might be assuming that execution is shorter (takes fewer ms) than what's actually required in other browsers.