Increase autospec qunit timeout to 600 seconds

Correct it so it refocuses on correct runner after running a test
JS tests can not focus on line so skip in vim mode
This commit is contained in:
Sam
2017-05-02 16:02:00 -04:00
parent 946f25098f
commit f5f4c36795
4 changed files with 24 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ widgetTest('basics', {
template: '{{mount-widget widget="home-logo" args=args}}',
setup() {
this.siteSettings.logo_url = bigLogo;
this.siteSettings.logo_small_url= smallLogo;
this.siteSettings.logo_small_url = smallLogo;
this.siteSettings.title = title;
this.set('args', { minimized: false });
},