Remove excessive sleep now that we're not using chrome

This commit is contained in:
Travis Ralston 2020-01-15 15:31:08 -07:00
parent 5cd54e9f6d
commit 3fb6b1ed63
2 changed files with 1 additions and 5 deletions

View file

@ -209,7 +209,6 @@
"transformIgnorePatterns": [
"/node_modules/(?!matrix-js-sdk).+$",
"/node_modules/(?!matrix-react-sdk).+$"
],
"testTimeout": 30000
]
}
}