We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a476f77 commit d79d123Copy full SHA for d79d123
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_millis(1000));
+ .timeout(Duration::from_secs(2));
19
dbg!(&runner);
20
21
let results = runner.run().await?;
0 commit comments