From b572c8f737a5aad6ee02ae22053d4f1f999f25e9 Mon Sep 17 00:00:00 2001 From: Fe-r-oz Date: Thu, 7 Mar 2024 08:44:40 +0500 Subject: [PATCH] minor tweak --- test/test_ecc_decoder_all_setups.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_ecc_decoder_all_setups.jl b/test/test_ecc_decoder_all_setups.jl index ab8113a75..a9828ea61 100644 --- a/test/test_ecc_decoder_all_setups.jl +++ b/test/test_ecc_decoder_all_setups.jl @@ -31,7 +31,7 @@ import PyQDecoders for c in codes for s in setups - e = evaluate_decoder(TableDecoder(c), s, 20000000) + e = evaluate_decoder(TableDecoder(c), s, 900000000) #@show c #@show s #@show e