Skip to content

Commit c6fed14

Browse files
committed
debug: try increasing timeout for ci.
1 parent d84308b commit c6fed14

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/nix-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
run-command:
22-
runs-on: buildjet-16vcpu-ubuntu-2204
22+
runs-on: buildjet-32vcpu-ubuntu-2204
2323
steps:
2424
- name: Free Disk Space (Ubuntu)
2525
uses: jlumbroso/free-disk-space@main

util/movement-aptos/movement-aptos-core/src/movement_aptos.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ mod tests {
213213
Ok::<_, MovementAptosError>(())
214214
});
215215

216-
rest_api_state.wait_for(tokio::time::Duration::from_secs(40)).await?;
217-
218-
info!("ENDING MOVEMENT APTOS");
216+
rest_api_state.wait_for(tokio::time::Duration::from_secs(120)).await?;
219217

220218
kestrel::end!(movement_aptos_task)?;
221219

0 commit comments

Comments
 (0)