Increase timeout for abuse_reports_spec.js to 500ms

This commit is contained in:
Winnie Hellmann 2019-04-18 20:22:51 +00:00
parent e9bf3672df
commit 70abf0a006
1 changed files with 3 additions and 0 deletions

View File

@ -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';