testing: Add timeout 800 seconds

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2024-03-01 20:23:14 +02:00
parent b6c98c7fa0
commit 20e75bca44
13 changed files with 79 additions and 79 deletions
@@ -4,7 +4,7 @@
use crate::{node_runtime, test_context};
#[tokio::test]
#[subxt_test(timeout = 800)]
async fn storage_get_current_timestamp() {
let ctx = test_context().await;
let api = ctx.client();