Skip to content

Commit

Permalink
hu
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Sep 11, 2023
1 parent 2006a1b commit fb0e11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stuff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: pwsh
run: |
cargo build --example asset_processing --no-default-features --features "filesystem_watcher,bevy_asset,multi-threaded,bevy_ci_testing"
& { Start-Sleep -s 1; sed -i.bak 's/"a"/"modified"/' examples/asset/processing/assets/a.cool.ron; } &
& { Start-Sleep -s 2; sed -i.bak 's/"a"/"modified"/' examples/asset/processing/assets/a.cool.ron; } &
cargo run --example asset_processing --no-default-features --features "filesystem_watcher,bevy_asset,multi-threaded,bevy_ci_testing"
cat examples/asset/processing/imported_assets/a.cool.ron
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/asset/processing/processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn main() {
{
break;
}
std::thread::sleep(std::time::Duration::from_millis(25));
std::thread::sleep(std::time::Duration::from_millis(100));
}
}

Expand Down

0 comments on commit fb0e11c

Please sign in to comment.