1
0
Fork 0
firefox/remote/shared/messagehandler/test/browser/browser_timeout.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
415 B
TOML

[DEFAULT]
tags = "remote"
subsuite = "remote"
support-files = [
"head.js",
"resources/*"
]
prefs = [
"remote.messagehandler.modulecache.useBrowserTestRoot=true",
"remote.messagehandler.test.command.delay=3000",
]
["browser_handle_command_timeout.js"]
skip-if = [
"!opt", # This test exercises timeouts and could fail on slow platforms.
"asan", # See above
"ccov", # See above
"tsan", # See above
]