Increase timeout for abuse_reports_spec.js to 500ms
This commit is contained in:
parent
e9bf3672df
commit
70abf0a006
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
import $ from 'jquery';
|
||||
import '~/lib/utils/text_utility';
|
||||
import AbuseReports from '~/pages/admin/abuse_reports/abuse_reports';
|
||||
import { setTestTimeout } from 'helpers/timeout';
|
||||
|
||||
setTestTimeout(500);
|
||||
|
||||
describe('Abuse Reports', () => {
|
||||
const FIXTURE = 'abuse_reports/abuse_reports_list.html';
|
||||
|
|
Loading…
Reference in a new issue