browser_timeout.toml (415B)
1 [DEFAULT] 2 tags = "remote" 3 subsuite = "remote" 4 support-files = [ 5 "head.js", 6 "resources/*" 7 ] 8 prefs = [ 9 "remote.messagehandler.modulecache.useBrowserTestRoot=true", 10 "remote.messagehandler.test.command.delay=3000", 11 ] 12 13 ["browser_handle_command_timeout.js"] 14 skip-if = [ 15 "!opt", # This test exercises timeouts and could fail on slow platforms. 16 "asan", # See above 17 "ccov", # See above 18 "tsan", # See above 19 ]