Skip to content

Commit 3fb6b1e

Browse files
committed
Remove excessive sleep now that we're not using chrome
1 parent 5cd54e9 commit 3fb6b1e

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@
209209
"transformIgnorePatterns": [
210210
"/node_modules/(?!matrix-js-sdk).+$",
211211
"/node_modules/(?!matrix-react-sdk).+$"
212-
],
213-
"testTimeout": 30000
212+
]
214213
}
215214
}

test/app-tests/loading-test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ describe('loading:', function() {
8080
// unmounting should have cleared the MatrixClientPeg
8181
expect(MatrixClientPeg.get()).toBe(null);
8282

83-
// chrome seems to take *ages* to delete the indexeddbs.
84-
await sleep(10000);
85-
8683
// clear the indexeddbs so we can start from a clean slate next time.
8784
await Promise.all([
8885
test_utils.deleteIndexedDB('matrix-js-sdk:crypto'),

0 commit comments

Comments
 (0)