Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Jun 25, 2024
1 parent 1dd49f3 commit c11b743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scout-interpreter/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ fn eval_crawl<'a>(

async fn wait_for_goto_ready() {
// @TODO: Need a better way to determine that a page is "done"
sleep(Duration::from_secs(1));
sleep(Duration::from_millis(50));
}

async fn eval_block(
Expand Down

0 comments on commit c11b743

Please sign in to comment.