]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert 10-second timeout for each test
authorvagrant <vagrant@vagrant.vm>
Sat, 21 Jan 2023 18:33:07 +0000 (18:33 +0000)
committervagrant <vagrant@vagrant.vm>
Sat, 21 Jan 2023 18:33:07 +0000 (18:33 +0000)
gcc/testsuite/lib/rust.exp

index 287905bd544c9ec126ae08de63e1ebf4930e9868..0c1550775ab404cd0d1f23393330bd995beecc55 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}"