mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-04 14:53:25 +02:00
add test-the-application
This commit is contained in:
@@ -32,7 +32,7 @@ pub fn graphql_client(conn: &ConnectParams) -> gql_client::Client {
|
||||
|
||||
gql_client::Client::new_with_config(ClientConfig {
|
||||
endpoint: conn.url(),
|
||||
timeout: None,
|
||||
timeout: Some(1000),
|
||||
headers: Some(headers),
|
||||
proxy: None,
|
||||
})
|
||||
|
Reference in New Issue
Block a user