karma-runner / karma-jasmine

A Karma plugin - adapter for Jasmine testing framework.
MIT License
542 stars 162 forks source link

fix(adapter): bind the timeout to the config at file-load #279

Open johnjbarton opened 4 years ago

johnjbarton commented 4 years ago

Jasmine tests are defined during load (describe calls). The timeout is bound into the first test at that time. Set the default to the config value during file load rather than during load-handling.