trisquel-icecat/icecat/remote/shared/messagehandler/test/browser/browser_timeout.toml
2025-10-06 02:35:48 -06: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
]