We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6c147 commit e8d6285Copy full SHA for e8d6285
tests/malicious.rs
@@ -15,7 +15,7 @@ async fn malicious_fail() -> anyhow::Result<()> {
15
.test("hello", "olleh")
16
.create_file("malicious.js", include_str!("./malicious.js"))
17
.run_rules(rules)
18
- .timeout(Duration::from_secs(2));
+ .timeout(Duration::from_secs(10));
19
dbg!(&runner);
20
21
let results = runner.run().await?;
0 commit comments