Skip to content

Commit

Permalink
Use published image.
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz committed Mar 20, 2023
1 parent 2a4cd5f commit f1576d6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/src/traffic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,15 @@ mod traffic {
/// 3. Verify the client app did not panic.
#[rstest]
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
#[timeout(Duration::from_secs(240))]
#[timeout(Duration::from_secs(60))]
pub async fn outgoing_unix_stream_pathname(
#[future]
// TODO: change to image from test-images repo!
#[with("default", "ClusterIP", "t4lz/unix-socket-server:latest", "unix-echo")]
#[with(
"default",
"ClusterIP",
"ghcr.io/metalbear-co/mirrord-unix-socket-server:latest",
"unix-echo"
)]
service: KubeService,
) {
let service = service.await;
Expand Down

0 comments on commit f1576d6

Please sign in to comment.