]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Revert 10-second timeout for each test
authorParthib <parthibdutta02@gmail.com>
Sat, 21 Jan 2023 18:33:07 +0000 (18:33 +0000)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:43 +0000 (16:36 +0200)
gcc/testsuite/ChangeLog:

* lib/rust.exp: Remove timeout.

Signed-off-by: Parthib <parthibdutta02@gmail.com>
gcc/testsuite/lib/rust.exp

index 9513e1c89558b1ea3c5a20b1a94644c96f1ae1ae..692030cf88323033b258e5b0b00e4b4ac7e87b71 100644 (file)
@@ -168,10 +168,7 @@ proc rust_target_compile { source dest type options } {
     global gluefile wrap_flags
     global ALWAYS_RUSTFLAGS
     global RUST_UNDER_TEST
-    global individual_timeout
-
-    # HACK: guard against infinite loops in the compiler
-    set individual_timeout 10
+    
 
     if { [target_info needs_status_wrapper] != "" && [info exists gluefile] } {
        lappend options "libs=${gluefile}"