spec: give StudentViewIntegration tests more time

These hit the timeout in the master build, this is to see if we
can temporarily make that go away so the build can pass otherwise

Test plan:
* once merged, the master js build should not fail on jest tests

Change-Id: I32b74200287ce1a952844dd71c19adbd8ac1f6b0
Reviewed-on: https://gerrit.instructure.com/207983
Tested-by: Jenkins
Reviewed-by: Tucker Mcknight <tmcknight@instructure.com>
QA-Review: Ryan Shaw <ryan@instructure.com>
Product-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
Ryan Shaw 2019-09-03 15:26:19 -06:00
parent df14693cca
commit fbca65795e
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ import {
import SubmissionIDQuery from '../components/SubmissionIDQuery'
import {SubmissionMocks} from '../graphqlData/Submission'
jest.setTimeout(10000) // TODO: figure out why these tests are so slow
describe('student view integration tests', () => {
beforeEach(() => {
window.ENV = {