Skip to content

Commit f818fe6

Browse files
committed
chore: Fix flaky test on CI
1 parent 1d9105d commit f818fe6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/pact_ffi/tests/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,6 +2107,8 @@ fn include_matcher_in_query_parameters() {
21072107
let result = client.get(format!("http://127.0.0.1:{}/request?item=subway", port).as_str())
21082108
.send();
21092109

2110+
sleep(Duration::from_millis(100));
2111+
21102112
let mismatches = unsafe {
21112113
CStr::from_ptr(pactffi_mock_server_mismatches(port)).to_string_lossy().into_owned()
21122114
};

0 commit comments

Comments
 (0)