From 432d606afbb35ff711b2271002d8ed420f2a5576 Mon Sep 17 00:00:00 2001 From: Dmitrii Novikov Date: Sun, 11 Aug 2024 20:19:58 +0400 Subject: [PATCH] fix(release-test): fix gas limit for calculate reply test (#4139) --- pallets/gear/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/gear/src/tests.rs b/pallets/gear/src/tests.rs index bf4a65f4c42..893271cf9fe 100644 --- a/pallets/gear/src/tests.rs +++ b/pallets/gear/src/tests.rs @@ -116,7 +116,7 @@ fn calculate_reply_for_handle_works() { // Out of gas panic case. let res = - Gear::calculate_reply_for_handle(USER_1, ping_pong, b"PING".to_vec(), 750_000_000, 0) + Gear::calculate_reply_for_handle(USER_1, ping_pong, b"PING".to_vec(), 600_000_000, 0) .expect("Failed to query reply"); assert_eq!(