File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 test_linux :
1313 name : Execute automated tests on Ubuntu Linux
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/checkout@v2
1717 - uses : actions-rust-lang/setup-rust-toolchain@v1.8.0
4646 RUST_LOG : debug
4747 long_running_tests :
4848 name : Execute search tests
49- runs-on : ubuntu-20 .04
49+ runs-on : ubuntu-24 .04
5050 env :
5151 RUST_LOG : debug
5252 steps :
Original file line number Diff line number Diff line change 99jobs :
1010 merge-request-checks :
1111 name : Run verify.sh
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-24.04
1313 steps :
1414 - uses : actions/checkout@v4
1515 with :
Original file line number Diff line number Diff line change @@ -252,9 +252,12 @@ mod tests {
252252 #[ cfg( target_os = "linux" ) ]
253253 #[ test]
254254 fn tiger_doc_name_sort_strcoll ( ) {
255+ use std:: time:: Duration ;
256+
255257 unsafe {
256258 let locale = CString :: new ( "en_US.UTF-8" ) . unwrap_or_default ( ) ;
257259 libc:: setlocale ( libc:: LC_COLLATE , locale. as_ptr ( ) ) ;
260+ std:: thread:: sleep ( Duration :: from_millis ( 500 ) ) ;
258261 }
259262
260263 let p1 = "tiger2/tiger2/tiger_release_dec05_110" ;
You can’t perform that action at this time.
0 commit comments