bazel: mark platform-server test as flaky

This commit is contained in:
Jason Choi
2016-08-20 09:56:57 -07:00
parent 779423c27a
commit 272b147e44

View File

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