Skip to content

Commit 1997bdc

Browse files
committed
Dividing the Actions PR - Mac
1 parent 4d611e7 commit 1997bdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust CI on Linux
1+
name: Rust CI on Mac
22

33
on:
44
push:
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-latest
15+
runs-on: macos-latest
1616
steps:
1717
- uses: actions/checkout@v4
1818

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,8 @@ mod tests {
948948
"Duration should be > 2s"
949949
); // 20 * 0.1s
950950
assert!(
951-
result.duration < Duration::from_secs(3),
952-
"Duration should be < 3s"
951+
result.duration < Duration::from_secs(5),
952+
"Duration should be < 5s"
953953
);
954954
});
955955
}

0 commit comments

Comments
 (0)