Skip to content

Commit

Permalink
add timeout at test_range_locate
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Feb 18, 2025
1 parent 9ad900b commit fb0ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/tests/test_range_locate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use starcoin_config::ChainNetwork;
use starcoin_storage::BlockStore;
use test_helper::Genesis;

#[stest::test]
#[stest::test(timeout = 480)]
fn test_range_locate() -> anyhow::Result<()> {
let net = ChainNetwork::new_test();
let genesis = Genesis::build(&net)?;
Expand Down

0 comments on commit fb0ae3d

Please sign in to comment.