Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
increase test timeout to one minute
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed Jul 25, 2017
1 parent 801cef4 commit edcf7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use serde_json;
use server::{self as ls_server, ServerMessage};
use vfs;

const TEST_TIMEOUT_IN_SEC: u64 = 10;
const TEST_TIMEOUT_IN_SEC: u64 = 60;

// Initialise and run the internals of an LS protocol RLS server.
pub fn mock_server(messages: Vec<ServerMessage>) -> (ls_server::LsService<RecordOutput>, LsResultList)
Expand Down

0 comments on commit edcf7ed

Please sign in to comment.