increase platform-server test timeout again

This commit is contained in:
Jason Choi
2016-08-22 11:20:41 -07:00
parent db19e8200f
commit 8b52b2f415

View File

@ -42,7 +42,7 @@ export function main() {
expect(getDOM().getText(body)).toEqual('Works!');
});
}),
2000);
5000);
});
}