Bug 1832912 Comment 46 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Marco Bonardo [:mak] from comment #44)
> I think you can do this https://searchfox.org/mozilla-central/rev/a0ebb2a2c286c1d98d7ae93d043f65ed9970108b/dom/localstorage/test/unit/xpcshell.toml#85

Thank you, that's great to know!

Here's what that link points to, for posterity and making bug searching easier. `requesttimeoutfactor` is an xpcshell.toml option:

```
["test_snapshotting.js"]
skip-if = ["tsan"] # Unreasonably slow, bug 1612707
requesttimeoutfactor = 4
```

Back to Bug 1832912 Comment 46